home *** CD-ROM | disk | FTP | other *** search
/ The Art of Marco Patrito / The Art of Marco.bin / pc / lingo.ini < prev    next >
Text File  |  2004-03-18  |  202b  |  8 lines

  1. on startup
  2. append (the searchpaths, the applicationPath & "ME")
  3. set the soundkeepdevice to 0
  4. global tbsearchpath
  5. set tbsearchpath=[]
  6. append(tbsearchpath, the applicationPath & "ME\")
  7. end startup
  8.